From e3b13ffb974f38519057efcac5716c17bbd407ca Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Aug 2003 14:08:12 +0000 Subject: [PATCH] (elisp.dvi, index.texi): Replace Unix shell commands with equivalent COMMAND.COM commands. --- msdos/sed6.inp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/msdos/sed6.inp b/msdos/sed6.inp index eb82598bf5e..0425278c34d 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -27,3 +27,15 @@ export MAKEINFO := $(MAKEINFO) -I$(srcdir) texinputdir =\ export texinputdir := $(srcdir)";"$(TEXINPUTS) /^SHELL *=/s/^/# / +/^elisp.dvi:/,/^$/ { + /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ + command.com /c 'if not a${permuted_index}==a sh ./permute-index' \ + command.com /c 'if not a${permuted_index}==a mv permuted.fns elisp.fns' \ + command.com /c 'if not a${permuted_index}==a texindex elisp.tp' \ + command.com /c 'if a${permuted_index}==a texindex elisp.??' +} +/^index.texi:/,/^$/ { + /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ + command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ + command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' +} -- 2.30.2